/*$$
{"color":[{"val":"#999999","title":"副标题文字颜色"},
{"val":"#edf4ff","title":"英文简写文字颜色"},
{"val":"#333333","title":"主体文字颜色"},
{"val":"#d5d5d5","title":"栏目名称中间斜线"},
{"val":"#666666","title":"分类标题文字颜色"},
{"val":"#007eff","title":"鼠标滑过分类标题文字颜色"},
{"val":"#ffffff","title":"鼠标滑过标题文字颜色"}],
"background":[{"val":"#ffffff","title":"默认背景颜色"},
{"val":"#007eff","title":"鼠标滑过背景颜色"},
{"val":"#f3f3f3","title":"分类背景颜色"}],
"border":[{"val":"#bfdfff","title":"分类左侧圆圈边框"},
{"val":"#add6ff","title":"分类左侧虚线"},
{"val":"#f3f3f3","title":"移动端分类边框"},
{"val":"#eeeeee","title":"文章图片边框"},
{"val":"#efefef","title":"搜索框边框"}]}
$$*/
#product_145{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}
#product_145 .column{
	width: 100%;
}
#product_145 .tit-en{
	font-size: 12px;
	color: #999999;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
}
#product_145 .tit-en i{
	position: relative;
	z-index: 10;
}
#product_145 .tit-en::after{
	position: absolute;
	content: attr(data);
	left: 0;
	font-size:92px;
	color: #edf4ff;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#product_145 .tit-zh{
	font-size: 36px;
	color: #333333;
	line-height: 65px;
}
#product_145 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#product_145 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #d5d5d5;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#product_145 .tit-zh i:last-child::after{
	display: none;
}
#product_145 .productBox{
	width: 100%;
	max-width: 1200px;
	border-radius: 20px;
	display: flex;
	margin-top: 20px;
}
#product_145 .classList{
	width: 195px;
	height: auto;
}
#product_145 .classTit{
	width: 100%;
	margin-bottom: 20px;
}
#product_145 .classTit .tit-1{
	font-size: 12px;
	line-height: 30px;
	color: #999999;
}
#product_145 .classTit .tit-2{
	font-size: 26px;
	line-height: 50px;
	color: #333333;
}
#product_145 .classList .liItem{
	width: 195px;
	position: relative;
	height: 72px;
	display: block;
	padding: 12px 30px;
	z-index: 10;
}
#product_145 .liItem::before{
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border:#bfdfff solid 3px;
	background: #ffffff;
	top:50%;
	transform: translateY(-50%);
	z-index: 10;
	transition: all .8s;
	position: absolute;
	content: '';
}
#product_145 .liItem:hover::before{
	background: #007eff;
}
#product_145 .liItem::after{
	position: absolute;
	content: '';
	left: 9px;
	width: 1px;
	top:0;
	height: 100%;
	border-left:#add6ff dashed 1px;
}
#product_145 .liItem:first-child::after{
	top:36px;
	height: 36px;
}
#product_145 .liItem:last-child::after{
	height: 36px;
}
#product_145 .classUL{
	height: auto;
	width: 195px;
	position: relative;
	margin: 0 auto;
}
#product_145 .liItem i{
	background: #f3f3f3;
	width: 150px;
	height: 48px;
	display: block;
	line-height: 48px;
	padding: 0 22px;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition: all .8s;
	border-radius: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#product_145 .liItem i::after{
	height: 1px;
	position: absolute;
	left: -50px;
	top:50%;
	content: '';
}
#product_145 .liItem i.bc{
	color: #007eff;
}
#product_145 .liItem:hover i{
	background: #007eff;
	color: #ffffff;
}
#product_145 .wapclass{
	width: 100%;
	padding: 0 30px;
	position: relative;
	display: none;
}
#product_145 .wapclassList{
	width:100%;
	height: 45px;
	overflow: hidden;
}
#product_145 .btnNext,
#product_145 .btnPrev{
	position: absolute;
	top:0;
	width: 30px;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
#product_145 .btnPrev.swiper-button-disabled,
#product_145 .btnNext.swiper-button-disabled{
	opacity: 0.6;
}
#product_145 .btnNext{
	right: 0;
}
#product_145 .btnPrev{
	left: 0;
}

#product_145 .wapclassList .wapItem{
	margin: 0 5px;
	border:#f3f3f3 solid 2px;
	height: 45px;
	border-radius:15px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	transition: all .8s;
	position: relative;
	overflow: hidden;
}
#product_145 .wapclassList .wapItem i{
	z-index: 10;
	position: relative;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0 5px;
}
#product_145 .wapclassList .wapItem i{
	height: 45px;
	width: 100%;
	padding: 0 5px;
}
#product_145 .proList{
	flex: 1;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding: 20px 0;
}
#product_145 .proItem{
	height: auto;
	position: relative;
	display: block;
	margin: 15px;
	width: calc(100% - 20px);
	float: left;
	color: #333333;
	transition: all .8s;
}
#product_145 .proItem:hover{
	margin-top: -6px;
}
#product_145 .proItem .imgT{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border: #eeeeee solid 1px;
	border-radius: 10px;
}
#product_145 .proItem .imgT .bg{
	width:100%;
	height: auto;
}
#product_145 .proItem .imgT .img{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: cover;
	position: absolute;
	left: 10px;
	top:10px;
	transition: all .8s;
}
#product_145 .proItem:hover .img{
	transform: scale(1.1);
}
#product_145 .proItem .cont{
	width: 100%;
	position: relative;
	z-index: 10;
	display: flex;
	margin-top: 7px;
	border-radius:5px;
	overflow: hidden;
}
#product_145 .proItem .tit-1{
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f3f3f3;
	padding:0 15px;
}
#product_145 .proItem .tit-1 i{
	position: relative;
	z-index: 10;
}
#product_145 .proItem:hover{
	color: #ffffff;
}
#product_145 .proItem .tit-1::after{
	position: absolute;
	background: #007eff;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: '';
	transition: all .8s;
	border-radius: 5px;
}
#product_145 .proItem:hover .tit-1::after{
	width:100%;
}
#product_145 .proItem .more{
	background: #f3f3f3 url(./../../../static/images/CP00030_01.png) no-repeat 15px center;
	width:45px;
	height: 36px;
	margin-left: 3px;
	position: relative;
}
#product_145 .proItem .more::after{
	background: #007eff url(./../../../static/images/CP00030_02.png) no-repeat 15px center;
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .8s;
	border-radius: 5px;
}
#product_145 .proItem:hover .more::after{
	left: 0;
}
#product_145 .serchCon{
	border: #efefef solid 1px;
	width: 380px;
	height: 54px;
	position: relative;
	position: absolute;
	top:130px;
	right: 0;
}
#product_145 .serchCon .name select{
	color: #666666;
	width: 100%;
	text-align: center;
	line-height: 52px;
	height: 52px;
	padding:0 10px;
}
#product_145 .serchCon .name{
	width: 100px;
	border-right:#efefef solid 1px;
	display: inline-block;
	height: 52px;	
	position: relative;
	float: left;
}
#product_145 .serInput{
	width: 150px;
	background: none;
	line-height: 52px;
	height: 52px;
	padding: 0 10px;
	float: left;
}
#product_145 .serchBtn{
	width: 68px;
	height: 54px;
	position: absolute;
	right:0;
	top:-1px;
	background: #ffffff url(./../../../static/images/CP00030_03.png) no-repeat center center;
	cursor: pointer;
}
@media screen and (max-width: 1200px){
	#product_145{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}
@media screen and (max-width: 1024px){
	#product_145 .productBox{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	
	#product_145 .proList{
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (max-width: 767px){
	#product_145{
		padding: 20px 0;
	}
	
	#product_145 .classList{
		display: none;
	}
	#product_145 .wapclass{
		display: block;
	}
	#product_145 .productBox{
		display: block;
		box-shadow: none;
	}
	#product_145 .proList{
		grid-template-columns: repeat(2,1fr);
		padding: 15px 5px;
	}
	#product_145 .proItem{
		margin: 5px;
		width: calc(100% - 10px);
	}
	#product_145 .proItem .tit-1{
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	#product_145 .column{
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 60px;
		padding: 0 15px;
		margin-bottom: 100px;
	}
	#product_145 .tit-en{
		line-height: 50px;
	}
	#product_145 .tit-en::after{
		font-size: 60px;
	}
	#product_145 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#product_145 .tit-zh i::after{
		line-height: 30px;
	}
	#product_145 .serchCon{
		width:calc(100% - 30px);
		left: 15px;
	}
	#product_145 .productBox{
		width:100%;
		margin: 0;
	}
	#product_145 .proItem .more{
		height: 32px;
	}
}